@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public static class TaccuinoType.Paziente extends Object
Classe Java per anonymous complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cognome" type="{urn:taccuino:common}string1_50"/>
<element name="nome" type="{urn:taccuino:common}string1_50"/>
<element name="codicefiscale" type="{urn:taccuino:common}string16"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
codicefiscale |
protected String |
cognome |
protected String |
nome |
| Constructor and Description |
|---|
Paziente() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodicefiscale()
Recupera il valore della proprietà codicefiscale.
|
String |
getCognome()
Recupera il valore della proprietà cognome.
|
String |
getNome()
Recupera il valore della proprietà nome.
|
void |
setCodicefiscale(String value)
Imposta il valore della proprietà codicefiscale.
|
void |
setCognome(String value)
Imposta il valore della proprietà cognome.
|
void |
setNome(String value)
Imposta il valore della proprietà nome.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") protected String cognome
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") protected String nome
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") protected String codicefiscale
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public String getCognome()
String@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public void setCognome(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public String getNome()
String@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public void setNome(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public String getCodicefiscale()
StringCopyright © 2024. All rights reserved.